Micron Document
Fox's Git Mirrors


Displaying Raw • Download

examples/pageserver/internal/server/const.go 201d27032fbc0af2fd0a560de603cd8786ee75b5 (201d2703) Text, 240 B

// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2024-2026 Quad4.io

package server

import "time"

const (
AppName = "Reticulum-Go Test Node"
AppAspect = "node"

MaxNodeNameBytes = 255

MinAnnounceInterval = 1 * time.Minute
)

Served by rngit 1.5.2 - Generated in 0.02s